home *** CD-ROM | disk | FTP | other *** search
/ PsL Monthly 1993 December / PSL Monthly Shareware CD-ROM (December 1993).iso / prgmming / dos / pascal / dolrwrd.com / DOLRWORD.DOC < prev    next >
Encoding:
Text File  |  1989-12-10  |  516 b   |  19 lines

  1.  
  2. DolrWord Unit Documentation
  3.  
  4. Usage:
  5.  
  6.   V := DollarWord(S);
  7.   
  8.   Where:
  9.   
  10.     V = string of any size  {recommend at least 72 chars}
  11.     S = string in form [###[,]##]#.##  {# and , in brackets are optional}
  12.  
  13. DollarWord takes a number string and returns a string containing the "written
  14. form" of the number.  Necessary for check writing.  Works on number strings
  15. from 0.00 to 999,999.99.  Source code is included so you can change these
  16. requirements to suit your own needs.
  17.  
  18. Rob Loew  [71340,2335]
  19.